|
|
|
|
TotalChildCount Property, ItemClass Class |
Returns the number of all dependents of this item.
Syntax ItemClass Class (Softelvdm.SftTreeNET)
VB |
Public ReadOnly Property TotalChildCount As Integer |
C# |
public int TotalChildCount { get; } |
C++ |
public: property int TotalChildCount { |
Property Value
The number of all dependents (immediate and indirect).
Comments
The TotalChildCount property returns the number of all dependents of this item.
The DirectChildCount property can be used to determine the item's number of immediate dependents.